Skip to content

Remove flaky test_escape_html_allocates_same_as_escapeHTML#128

Merged
hsbt merged 1 commit into
ruby:masterfrom
byroot:remove-flay-test
Jun 25, 2026
Merged

Remove flaky test_escape_html_allocates_same_as_escapeHTML#128
hsbt merged 1 commit into
ruby:masterfrom
byroot:remove-flay-test

Conversation

@byroot

@byroot byroot commented Jun 24, 2026

Copy link
Copy Markdown
Member

It's causing ruby CI to flake, because it's a badly designed test, a lot of thing can cause acouple extra allocation there and there so even if you invoke the exact same code twice, you might still allocate a bit more or a bit less.

It's causing ruby CI to flake, because it's a badly designed test,
a lot of thing can cause acouple extra allocation there and there
so even if you invoke the exact same code twice, you might still
allocate a bit more or a bit less.
@byroot

byroot commented Jun 24, 2026

Copy link
Copy Markdown
Member Author

cc @nobu @hsbt

@hsbt

hsbt commented Jun 25, 2026

Copy link
Copy Markdown
Member

👍

@hsbt hsbt merged commit 977e223 into ruby:master Jun 25, 2026
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants